home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / lib / H / tcop / tcopprot.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  530 b   |  22 lines

  1.  
  2. /* $Header: /private/postgres/src/lib/H/tcop/RCS/tcopprot.h,v 1.1 1991/11/06 04:32:36 mer Exp $ */
  3.  
  4. /*
  5.  * This file was created so that other c files could get the two
  6.  * function prototypes without having to include tcop.h which single
  7.  * handedly includes the whole f*cking tree -- mer 5 Nov. 1991
  8.  */
  9.  
  10. #ifndef _tcopprot_included_
  11. #define _tcopprot_included_
  12.  
  13. /* ----------------
  14.  *    prototypes for externs
  15.  * ----------------
  16.  */
  17.  
  18. extern void die ARGS((void));
  19. extern void handle_warn ARGS((void));
  20.  
  21. #endif _tcopprot_included_
  22.